home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / crazy_ch.swf / scripts / frame_2 / DoAction_3.as < prev    next >
Encoding:
Text File  |  2011-06-09  |  206 b   |  9 lines

  1. var Iso = SharedObject.getLocal("hind");
  2. trace("iso=" + _root.Iso.data.userId);
  3. score_you.text = _root.Iso.data.userId;
  4. if(Iso.data.userId == undefined)
  5. {
  6.    trace("ofer");
  7.    score_you.text = 0;
  8. }
  9.